home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / gfx / misc / gnuplot-src.lha / gnuplot-3.7.1src / gnuplot-3.7.1.lha / gnuplot-3.7.1 / NeXT / English.lproj / GnuTerm.nib / data.classes next >
Encoding:
Text File  |  1998-04-15  |  715 b   |  52 lines

  1. GnuView = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = View;
  7. };
  8. gnuviewController = {
  9.     ACTIONS = {
  10.     activate:;
  11.     activatePushed:;
  12.     windowWillClose:;
  13.     windowDidBecomeMain:;
  14.     deactivate:;
  15.     };
  16.     OUTLETS = {
  17.     gnuView;
  18.     window;
  19.     activateButton;
  20.     controller;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. Controller = {
  30.     ACTIONS = {
  31.     setDefaultGTSize:;
  32.     printPScodeInKey:;
  33.     miniaturizeAll:;
  34.     setKeyTitle:;
  35.     setUseBuffered:;
  36.     newGnuTerm:;
  37.     closeAll:;
  38.     appDidInit:;
  39.     termWillClose:;
  40.     };
  41.     OUTLETS = {
  42.     DefaultSize;
  43.     useKeyButton;
  44.     useBufferedSwitch;
  45.     gvList;
  46.     NameField;
  47.     activeTerm;
  48.     keyTerm;
  49.     };
  50.     SUPERCLASS = Object;
  51. };
  52.